begin transaction造句
例句與造句
- a transaction starts at the begin transaction statement
一個事務(wù)從執(zhí)行begintransaction語句開始。 - is the name assigned to the transaction on begin transaction
是為begintransaction上的事務(wù)分配的名稱。 - must be the name from the outermost begin transaction statement
必須是最外面的begintransaction語句中的名稱。 - begin transaction;-receive
命令總是位于事務(wù)中 - roll back all statements to the outermost begin transaction
的rollbacktransaction語句將所有語句回滾到最外面的begintransaction。 - It's difficult to find begin transaction in a sentence. 用begin transaction造句挺難的
- begin transaction starts a local transaction for the connection issuing the statement
begintransaction為發(fā)出本語句的連接啟動一個本地事務(wù)。 - explicitly start a transaction through an api function or by issuing the transact-sql begin transaction statement
通過api函數(shù)或通過發(fā)出transact-sqlbegintransaction語句來顯式啟動事務(wù)。 - begin transaction represents a point at which the data referenced by a connection is logically and physically consistent
begintransaction代表一點,由連接引用的數(shù)據(jù)在該點邏輯和物理上都一致的。 - when nesting transactions, this same statement rolls back all inner transactions to the outermost begin transaction statement
嵌套事務(wù)時,該語句將所有內(nèi)層事務(wù)回滾到最外面的begintransaction語句。 - it is important to understand that a begin transaction statement issued in the trigger is actually beginning a nested transaction
了解在觸發(fā)器中發(fā)出begintransaction語句實際上是開始了一個嵌套事務(wù)這一點很重要。 - issuing a begin transaction statement after a rollback will stop the error from being raised, but this could cause problems with application logic
在回滾后發(fā)出begintransaction語句可以阻止錯誤的發(fā)生,但這樣可能會導(dǎo)致應(yīng)用程序邏輯出現(xiàn)問題。 - if errors are encountered, all data modifications made after the begin transaction can be rolled back to return the data to this known state of consistency
如果遇上錯誤,在begintransaction之后的所有數(shù)據(jù)改動都能進行回滾,以將數(shù)據(jù)返回到已知的一致狀態(tài)。 - however, if the transaction is a local transaction started at the data source for example, executing the begin transaction statement explicitly using a
方法開始了某個事務(wù),enlisttransaction將引發(fā)異常。但是,如果事務(wù)是在數(shù)據(jù)源上開始的本地事務(wù)(例如使用 - however, if the transaction is a local transaction started at the data source for example, by explicitly executing the begin transaction statement using an
但是,如果該事務(wù)是在數(shù)據(jù)源啟動的一個本地事務(wù)例如,通過使用oledbcommand對象顯式執(zhí)行begintransaction語句,則 - the local transaction started by the begin transaction statement is escalated to a distributed transaction if the following actions are performed before the statement is committed or rolled back
如果在語句提交或回滾之前執(zhí)行了如下操作,由begintransaction語句啟動的本地事務(wù)將升級為分布式事務(wù):
更多例句: 下一頁